--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit a35e522e75e6afca4b185a56d989773cafaec52d
Parents : a810be3
Author : Mark Qvist <mark@unsigned.io>
Date : 2024-06-02T09:25:33+02:00
Added custom audio mode to spec
Changes
Diff
diff --git a/LXMF/LXMF.py b/LXMF/LXMF.py
index fa3e2d2..21567a5 100644
--- a/LXMF/LXMF.py
+++ b/LXMF/LXMF.py
@@ -39,3 +39,7 @@ AM_OPUS_STANDARD = 0x15
AM_OPUS_HQ = 0x16
AM_OPUS_BROADCAST = 0x17
AM_OPUS_LOSSLESS = 0x18
+
+# Custom, unspecified audio mode, the
+# client must determined it itself
+AM_CUSTOM = 0xFF
\ No newline at end of file
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────